home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
e
/
misc.save
/
000102_stephen.bozarth@gmail.com_Fri Jun 29 13:09:11 2007.msg
< prev
next >
Wrap
Internet Message Format
|
2011-07-03
|
2KB
Path: reader2.panix.com!panix!newsfeed.stanford.edu!postnews.google.com!g4g2000hsf.googlegroups.com!not-for-mail
From: nospam <stephen.bozarth@gmail.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Sudo with Kermit
Date: Tue, 26 Jun 2007 18:26:04 -0000
Organization: http://groups.google.com
Lines: 24
Message-ID: <1182882364.507475.314270@g4g2000hsf.googlegroups.com>
References: <1182829001.679872.51040@q69g2000hsb.googlegroups.com>
NNTP-Posting-Host: 24.148.162.75
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Trace: posting.google.com 1182882364 6533 127.0.0.1 (26 Jun 2007 18:26:04 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 26 Jun 2007 18:26:04 +0000 (UTC)
In-Reply-To: <1182829001.679872.51040@q69g2000hsb.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: g4g2000hsf.googlegroups.com; posting-host=24.148.162.75;
posting-account=F3-DyQ0AAABnQuQZBKWD2mPtfPghcbc8
Xref: panix comp.protocols.kermit.misc:15673
On Jun 25, 11:36 pm, contrace...@gmail.com wrote:
> Hi:
>
> Is there any way to use Kermit like sudo program ?
> (to execute Unix commands like root user)
>
> solaris>cat /etc/hosts
> no privilege....
>
> solaris> sudo cat /etc/hosts
> localhost 192.168.1.1
> .
> .
> .
> solaris>
>
> Thanks.
Did you try?
sudo kermit will fire up kermit, given appropriate sudo permissions
for the invoking user....
sudo kermit <scriptname> will execute a kermit script.